备份: 在cmd命令行中,执行sqlplus,用管理员账号登录 建立目录对象: create directory expdir as ‘D:\expdir’; 赋予要备份数据的用户导出权限: grant exp_full_database to username(你要备份的用户名); 另打开一个cm ...
分类:
数据库 时间:
2020-07-17 16:03:09
阅读次数:
80
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory 在CentOS 7.6 操作系统的机器上安装 MySQL 过程中,执行安装命令报 ...
分类:
其他好文 时间:
2020-07-17 13:34:29
阅读次数:
60
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# sshd -T Missing privilege separation directory: /run/sshd Missing privilege separation directory: /run/sshd ro ...
分类:
系统相关 时间:
2020-07-15 23:54:56
阅读次数:
177
上面介绍了,调用IE来打开对应的网页问题,但是在实际测试中,有些网站是采用https协议的,这时候IE浏览器会弹出如下窗口,一般手动选择后,才可进入登录界面,那么该如何解决呢? 1、点击【继续浏览此网页】后进入登录窗口,此时地址栏后面会出现【证书错误】提示 2、点击证书错误——查看证书,提示证书无效 ...
分类:
Web程序 时间:
2020-07-15 16:03:15
阅读次数:
92
1 <?xml version="1.0" encoding="utf-8" ?> 2 <configuration> 3 <configSections> 4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSect ...
分类:
Web程序 时间:
2020-07-15 01:14:22
阅读次数:
107
在个人服务器上新安装的PHP7.2.12和mysql8.0.13,安装完成后将下载好的phpmyadmin4.8.3版本解压后直接放到站点根目录下面,输入正确的用户名和密码后会提示如下错误: mysqli_real_connect(): (HY000/2002): No such file or d ...
分类:
数据库 时间:
2020-07-13 14:07:19
阅读次数:
107
一台服务器安装一个web站点,资源浪费,虚拟主机可以使单web服务器部署多个站点,可以省钱
分类:
Web程序 时间:
2020-07-12 23:55:39
阅读次数:
122
#切换用户或以其他用户身份执行命令 su: 即 switch user,命令可以切换用户身份,并且以指定用户的身份执行命令 ##格式: su [options...] [-] [user [args...]] ##常见选项: -l --login su -l UserName 相当于 su - Us ...
分类:
系统相关 时间:
2020-07-12 22:24:42
阅读次数:
62
删除window 指定目录重复文件 package cn.liuyangjob; import java.io.File; public class AllText { public void getAllFiles() { File file = new File("K:/music"); if ...
分类:
编程语言 时间:
2020-07-11 19:45:21
阅读次数:
80
安装composer报错Project directory fecshop/ is not empt
分类:
其他好文 时间:
2020-07-11 09:44:29
阅读次数:
80